home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / ddeexamp.zip / DDEEXEC.RC < prev    next >
Text File  |  1993-07-08  |  195b  |  13 lines

  1. #include "windows.h"
  2. #include "ddeexec.h"
  3.  
  4. Icon    ICON         ddeexec.ico
  5.  
  6. Menu    MENU
  7. begin
  8.     popup   "&File"
  9.     begin
  10.         menuitem    "E&xit",        IDM_EXIT
  11.     end
  12. end
  13.